home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / grafik / 3d-tools / imaginetolightwave / i2lw.doc < prev    next >
Text File  |  1995-03-09  |  4KB  |  152 lines

  1. I2LW version 1.0
  2. Copyright (C) 1994 Peter Verswyvelen
  3. Developed by Devinart
  4. All Rights Reserved
  5.  
  6.  
  7. --------------
  8.  Introduction
  9. --------------
  10.  
  11. I2LW is a simple 3D object converter.  It takes as input an Imagine
  12. group of TDDD objects and outputs a LightWave object.
  13.  
  14. Each TDDD object in the group is converted to a LW surface of
  15. polygons.  The surface gets the same name as the TDDD object, with
  16. an optional prefix added.
  17.  
  18. During the conversion, I2LW performs 2 important optimizations :
  19.  
  20. (1) All triangles (called 'faces') are re-oriented so that their
  21. 'normal vectors' will point 'outside' the object.
  22.  
  23. ADVANTAGE: Each polygon in Lightwave has only one visible side.
  24. When the TDDD faces, which will merge into LW polygons, are not
  25. re-oriented you will have 'gaps' in your LW rendering.  You can
  26. solve this by enabling the 'Double Sided' LW feature, but this slows
  27. down the rendering process.  So nomore gaps and more speed !
  28.  
  29. (2) Each pair of coplanar faces is merged into a quadrangle, a
  30. polygon with 4 points (and 4 edges :-)
  31.  
  32. ADVANTAGE: 'nicer' objects, less memory consumption and faster
  33. rendering.
  34.  
  35.  
  36. NOTE: THE DEMO VERSION OF I2LW HAS A LIMIT OF 500 POINTS AND CAN
  37. CONVERT A SINGLE TDDD OBJECT ONLY.
  38.  
  39.  
  40. ---------------
  41.  Requirements
  42. ---------------
  43.  
  44. MS-DOS:
  45.     80386 or higher
  46.     math coprocessor
  47.  
  48. AmigaDOS:
  49.     AmigaDOS 2.0 or higher
  50.     68020 or better
  51.     math coprocessor
  52.  
  53.  
  54.  
  55. --------
  56.  Usage
  57. --------
  58.  
  59. I2LW is run from the command line prompt only.  The first argument
  60. is the (input) filename of the Imagine TDDD object, the second
  61. argument the (output) filename of the LightWave object, and the
  62. third (optional) argument is a string which will be the prefix of
  63. each surface name.
  64.  
  65. MS-DOS Example:
  66.  
  67. I2LW C:\IMAGINE\COW.OBJ A:\CONVERT.LW COW_
  68.  
  69. will read the TDDD group 'COW.OBJ', display a lot of info on the
  70. screen, and write a LightWave object 'CONVERT.LW'.  The first object
  71. in 'COW.OBJ', which we assume has the name 'BODY', will be converted
  72. into a Lightwave surface named 'COW_BODY'.  This conversion
  73. continues until all objects in the group are done.
  74.  
  75.  
  76.  
  77. -----------------------
  78.  Orders & Registration 
  79. -----------------------
  80.  
  81. To obtain a full featured version, fill in this registration form.
  82. Send it to the address found at the end of this document.
  83.  
  84. The price of I2LW is BEF1000 or US$30, excluding VAT.  This will
  85. include both a PC and AmigaDOS version.
  86.  
  87. You can pay using VISA, MasterCard, or EuroCheque (specify currency BEF,
  88. value 1000, cross it and address it to 'Peter Verswyvelen' in 'Schilde')
  89.  
  90.  
  91.                 I2LW ORDER & REGISTRATION FORM
  92.  
  93. NAME:       _______________________________________________________
  94.  
  95. COMPANY:    _______________________________________________________
  96.  
  97. ADDRESS:    ___________________________ CITY/TOWN: ________________
  98.  
  99. STATE/PROV: _____________ ZIP/CODE: _________ COUNTRY: ____________
  100.  
  101. TELEPHONE:  ________________________ FAX: _________________________  
  102.  
  103. EMAIL:      _______________________________________________________
  104.  
  105. [] 5.25"    [] 3.50"     [] MASTERCARD     [] VISA    [] EUROCHEQUE
  106.  
  107. CARDNUMBER: ______________________________________ Expires ___ /___
  108.  
  109. CARDHOLDER: _______________________________________________________
  110.  
  111. SIGNATURE:  ________________________________ DATE: ____ /____ /____
  112.  
  113. INVOICE TO: _______________________________________________________
  114.  
  115.             _______________________________________________________
  116.  
  117.             _______________________________________________________
  118.  
  119. VAT NUMBER: _______________________________________________________
  120.  
  121.  
  122.  
  123. --------------------------
  124.  Warranty, License, etc.
  125. --------------------------
  126.  
  127. THE PROGRAM I2LW IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTY
  128. OF ANY KIND, EITHER EXPRESSED OR IMPLIED.  THE AUTHOR (Peter
  129. Verswyvelen) CAN NOT BE MADE RESPONSIBLE FOR ANY DAMAGE OR LOSS OF
  130. INFORMATION OF ANY KIND DUE TO THE USAGE OF 'I2LW'.  USE THE PROGRAM
  131. AT YOUR OWN RISK.
  132.  
  133. THIS SOFTWARE CAN NOT BE INCLUDED IN ANY COMMERCIAL PACKAGE WITHOUT
  134. THE WRITTEN PERMISSION OF THE AUTHOR.
  135.  
  136.  
  137.  
  138. ---------
  139.  Address
  140. ---------
  141.  
  142. Send orders, comments, bug reports, suggestions, etc... to
  143.  
  144. Verswyvelen BVBA
  145. Kouwenbergdreef 27
  146. B-2970 Schilde
  147. Belgium / Europe
  148. Fax: +32 (0)3 384 37 19
  149. CompuServe: 100045,344
  150. E-MAIL: 100045.344@compuserve.com
  151.  
  152.